Home
last modified time | relevance | path

Searched hist:bb345110 (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-nbd.cbb345110 Fri Nov 04 14:51:19 GMT 2011 Paolo Bonzini <pbonzini@redhat.com> qemu-nbd: trap SIGTERM

The client process right now uses SIGTERM to interrupt the server side.
This does not affect the exit status of "qemu-nbd -v -c" because the
server is a child process. This will change when both sides will be
in the same process, and anyway cleaning up things nicely upon SIGTERM
is good practice.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>